Skip to content

feat: created bundle list command#976

Merged
dawson-david-salesforce merged 3 commits into
packagingDistribution/packageBundlesfrom
t/packaging-distribution/W-18762471/Package-Bundle-List-command
Jun 13, 2025
Merged

feat: created bundle list command#976
dawson-david-salesforce merged 3 commits into
packagingDistribution/packageBundlesfrom
t/packaging-distribution/W-18762471/Package-Bundle-List-command

Conversation

@dawson-david-salesforce

Copy link
Copy Markdown
Collaborator

near copy and paste of package list command

unit test based off of bundle create

What does this PR do?

What issues does this PR fix or reference?

near copy and paste of package list command

unit test based off of bundle create
@dawson-david-salesforce dawson-david-salesforce requested a review from a team as a code owner June 12, 2025 17:28
Comment thread messages/bundle_list.md Outdated
changed bundles to bundle in order to generate proper command
export type BundleListCommandResult = BundleSObjects.Bundle;
export type BundleListCommandResults = BundleListCommandResult[];

export class BundleListCommand extends SfCommand<BundleListCommandResults> {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we mark this as beta?

Comment thread messages/bundle_list.md
Comment thread messages/bundle_list.md Outdated
Comment thread messages/bundle_list.md Outdated
'Last Modified Date': r.LastModifiedDate,
'Last Modified By': r.LastModifiedById,
'System Modstamp': r.SystemModstamp,
'Is Deleted': r.IsDeleted,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you will go over this with Dileep, but let's figure out what fields to show.

additionally updates messages
@dawson-david-salesforce dawson-david-salesforce merged commit 0617b51 into packagingDistribution/packageBundles Jun 13, 2025
6 of 8 checks passed
@dawson-david-salesforce dawson-david-salesforce deleted the t/packaging-distribution/W-18762471/Package-Bundle-List-command branch June 13, 2025 20:46
@dawson-david-salesforce dawson-david-salesforce restored the t/packaging-distribution/W-18762471/Package-Bundle-List-command branch June 13, 2025 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants